home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / lynx-2.4 / WWW / Library / Implementation / HTTelnet.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-28  |  385 b   |  20 lines

  1. /*                 /Net/dxcern/userd/timbl/hypertext/WWW/Library/Implementation/HTTelnet.html
  2.                             TELNET AND SIMILAR ACCESS METHODS
  3.                                              
  4.  */
  5.  
  6. #ifndef HTTELNET_H
  7. #define HTTELNET_H
  8.  
  9. #include "HTAccess.h"
  10.  
  11. GLOBALREF HTProtocol HTTelnet;
  12. GLOBALREF HTProtocol HTRlogin;
  13. GLOBALREF HTProtocol HTTn3270;
  14.  
  15. #endif
  16.  
  17. /*
  18.  
  19.    end */
  20.